home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Missions
/
Mission_15
/
Terrain.script
< prev
next >
Wrap
Text File
|
2001-12-17
|
631b
|
18 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
class CSurvivalMission_Terrain extends CBaseTerrain
{
string HeightMap = "Terrains/hmap_13.raw";
string Texture = "Terrains/tex_13_day.tex";
string ZoneMap = "Terrains/zone_13.bmp";
string SkinFile = "Missions/Mission_15/Terrain.skin";
}